/*css初始代码*/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td { margin:0; padding:0; font-family:"Microsoft YaHei","SimHei","SimSun",couriernew, courier, monospace;}
body, button, input, select, textarea { font:12px/1.5tahoma, arial, \5b8b\4f53; }
h1, h2, h3, h4, h5, h6{ font-size:100%; }
address, cite, dfn, em, var { font-style:normal; }
code, kbd, pre, samp { font-family:"Microsoft YaHei","SimHei","SimSun",couriernew, courier, monospace; }
small{ font-size:12px; }
ul, ol { list-style:none; }
a { text-decoration:none; }
a:hover { text-decoration:none; }
sup { vertical-align:text-top; }
sub{ vertical-align:text-bottom; }
legend { color:#000; }
fieldset, img { border:0; }
button, input, select, textarea { font-size:100%; }
table { border-collapse:collapse; border-spacing:0; }

/*--------分割线---------------------------------------------------------------------*/


/*首页部分代码开始*/
/*顶部logo部分*/
.top{
    padding: 15px 0;
}
.top-left{
    float: left;
}
.top-left img{
    width: 100%;
    height: auto;
}
.top-right{
    float: right;
    display: block;
}
/*header部分*/
.header{
    background: #000;
}
.navbar{
    margin: 0;
}
.navbar-nav{
    height: 60px;
}
.navbar-default{
    background: transparent;!important;
    border: none;
}
.navbar-default .navbar-nav > li > a{
    color: #fff;
    padding: 20px 33px;
}
.navbar-default .navbar-brand{
    color: #FFFFFF;
}
.navbar-default .navbar-nav > li > a:hover{
    background: #cd0000;
    color: #ffffff;
}
.navbar-default .navbar-nav > li > a:active{
    color: #ffffff;
    background: #cd0000;
}
.nav > li > a{
    padding: 0;
    font-size: 20px;
    letter-spacing: 2px;
}
/*首页banner部分*/
.shutter {
    overflow: hidden;
    height: 550px;
    position: relative;

}
.shutter-img {
    z-index: 1;
}
.shutter-img,
.shutter-img a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.shutter-img a {
    cursor: default;
}
.shutter-img a > img {
    width: 100%;
    height: 100%;
}
.shutter-img .created {
    overflow: hidden;
    position: absolute;
    z-index: 20;
}
.shutter-btn {}
.shutter-btn li {
    position: absolute;
    z-index: 2;
    top: 50%;
    width: 49px;
    height: 49px;
    margin-top: -25px;
    cursor: pointer;
    list-style: none;
}
.shutter-btn li.prev {
    left: 20px;
    background: url(../images/shutter_prevBtn.png) no-repeat 0 -49px;
}
.shutter-btn li.next {
    right: 20px;
    background: url(../images/shutter_nextBtn.png) no-repeat 0 -49px;
}
/*产品推荐导航部分*/
.index-p{
    background: #cd0000;
}
.index-pr{
    padding: 10px 0;
    text-align: center;
    cursor: pointer;
}
.index-pr:hover{
    background: #000000;
}
.index-p2{
    border-right: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
}
.index-pr h3{
    text-align: center;
    padding-bottom: 10px;
}
.index-pr h3 a{
    color: #ffffff;
    font-weight: bold;
    font-size: 26px;
}
.index-pr img{
    width: 82px;
    padding-bottom: 10px;
}
/*产品推荐*/
.index-tp{
    margin-top:5em;
}
.index-product{
    
    padding-bottom: 5em;
}
.index-product-left{
    padding-right: 10px;
}
.index-product-right{
    padding-left: 0;!important;
}
.index-product-img{
    margin-bottom: 10px;
    padding-right: 0;
    padding-left: 0;
}
.index-product-img1{
    padding-left: 0;
    padding-right: 10px;
    margin-bottom: 6px;
}
.img1{
    padding-right: 0;
}
.index-product-img img,.index-product-img1 img{
    width: 100%;
    height: auto;
    border: 1px solid #888888;
    position: relative;
}
.index-p-t{
    position: relative;
}
.index-product-title{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #cd0000;
    text-align: center;
    padding: 10px;
    z-index: 5;
    display: none;
}
.index-product-title a{
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
}
.small-t{
    font-size: 12px;
}
.index-product-img:hover .index-product-title{
    display: block;
}
.index-product-img1:hover .index-product-title{
    display: block;
}
.index-p-t:hover .index-product-title{
    background: #cd0000;
}
.index-product-more{
    background: #cd0000;
    text-align: center;
    transition: background .5s;
    -moz-transition: background .5s;
    -webkit-transition: background .5s;
    -o-transition: background .5s;
}
.index-product-more:hover{
    background: #000000;
}
.index-product-more a{
    display: block;
    color: #FFFFFF;
    font-size: 24px;
    padding: 27% 0;
}
/*隆中服务*/
.index-long{
    margin-bottom: 4em;
}
.index-long-title h3{
    font-size: 46px;
    font-weight: 600;
    margin-bottom: 1em;
}
.index-long-title h3 span{
    color: #cd0000;
}
.index-icon{
    margin-bottom: 30px;
}
.icon-left{
    background: #00BFBF;
    float: left;
    padding: 15px;
    transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
}
.index-l{
    margin-top: 35px;
}
.icon-txt{
    /*float: left;*/
    margin-left: 108px;
    padding-right: 10px;
}
.icon-title{
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 10px;
}
.icon-txt p{
    font-size: 16px;
    line-height: 25px;
}
.icon{
    display: block;
    width: 48px;
    height: 48px;
    transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
}
.icon1{
    background: url(../images/icon-group.png)  no-repeat 3px -2px;
}
.icon2{
    background: url(../images/icon-group.png)  no-repeat 6px -48px;
}
.icon3{
    background: url(../images/icon-group.png)  no-repeat 5px -93px;
}
.icon4{
    background: url(../images/icon-group.png)  no-repeat 7px -139px;
}
.icon5{
    background: url(../images/icon-group.png)  no-repeat 2px -185px;
}
.icon6{
    background: url(../images/icon-group.png)  no-repeat 0 -238px;
}



/*产品应用范围*/
.index-ys{
    background: #f9f9f9;
    padding-bottom: 5em;
}
.index-ys-title{
    padding-top: 4em;
    padding-bottom: 30px;
}
.index-ys-title h2{
    font-size: 46px;
    font-weight: 600;
    text-align: center;
}
.index-ys-con img{
    width: 100%;
    height: auto;
}
.index-ys-con p{
    padding: 10px 0;
    font-size: 16px;
}

/*解决方案*/
.index-lpf-c{
    margin: 0 10em;
    padding: 10px;
}
.index-lpf-sm{
    text-align: center;
    font-size: 16px;
    margin-top: 30px;
}
.line{
    width: 400px;
    margin: 10px auto;
}
.line1{
    width: 200px;
    height: 7px;
    background: #000000;
    float: left;
}
.line2{
    width: 200px;
    height: 7px;
    background: #cd0000;
    float: left;
}
.index-lpf{
    margin-bottom: 4em;
    margin-top: 4em;
}
.index-lpf-right{
    padding-left: 50px;
}
.index-lpf-case{
    margin: 30px 0;
    font-size: 16px;
}
.index-lpf-case-img img{
    width: 100%;
    height: auto;
    box-shadow: 5px 5px 5px #888;
}
.index-lpf-case-txt{
    font-size: 16px;
}
.index-lpf-case-txt h3{
    font-size: 22px;
    font-weight: 600;
    float: left;
}
.index-lpf-case-txt h3 a{
    color: #000;
}
.index-lpf-case-txt p{
    float: left;
    color: #000;
    margin: 0 30px;
}
.index-lpf-case-txt p a{
    color: #000;
    display: block;
    padding: 5px 20px;
    border: 1px solid #000000;
}
.index-lpf-case-txt p a:hover{
    background: #cd0000;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
}
.index-lpf-title{
    margin: 10px 0;
    line-height: 25px;
}
.index-lpfimg-float{
    float: left;
    padding-right: 30px;
    text-align: center;
    background: #ececec;
    margin: 0 5px;
}



/*新闻部分*/
.index-news{
    padding-bottom: 5em;
}
hr{
    height:5px;
    border:none;
    border-top:5px ridge red;
}
.index-news-container{
    margin: 0 10em;
}
.index-nt{
    padding: 20px 0;
}
.index-news-content,.index-video{
    padding-top: 25px;
}
.index-video video{
    width:100%;
}
.index-news-content li{
    border-top: 2px dashed #3b3b3b;
    padding: 0 5px;
}
.index-news-content li:last-child{
    border-bottom: 2px dashed #3b3b3b;
}
.index-news-content li a{
    display: block;
    color: #000;
    padding: 15px 0;
}
.index-news-content1{
    background: #f5f5f5;
    padding: 0 15px;
}
.index-news-content1 li a{
    display: block;
    color: #000;
    padding: 17px 0;
    font-size: 14px;
}

.index-news-left{
    display:block;
    float: left;
    font-weight: 600;
    font-size: 16px;
}
.index-g{
    font-weight: 100;
}
.index-news-right{
    float: right;
    display:block;
}
.index-news-icon{
    display: inline-block;

    vertical-align: middle;
}
.index-news-icon1{
    background: url(../images/jt.png) no-repeat;
    width: 32px;
    height: 32px;
}
.index-news-icon2{
    background: url(../images/jtr.png) no-repeat;
    width: 16px;
    height: 16px;
    padding-right: 20px;
}
.index-news-smalltext{
    padding-left: 10px;
    color: #4d4d4d;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.index-news-more{
    text-align: center;
    margin-top: 50px;
}
.index-news-more a{
    padding: 10px 30px;
    border: 3px solid #cd0000;
    color: #cd0000;
    font-size: 18px;
}
/*首页关于我们*/
.index-service{
    background: url(../images/servicebg.jpg) no-repeat;
    padding: 5em 0;
}
.index-sev{
    color: #FFFFFF;
}
.index-sev-about p{
    color: #FFFFFF;
    font-size: 16px;
    text-align: center;
}
.index-b{
    padding-top: 30px;
    text-align: center;
}
.index-b a{
    color: #FFFFFF;
    border: 2px solid #cd0000;
    padding: 5px 20px;
    background: #cd0000;
    margin: 0 10px;
    font-size: 16px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.index-b a:hover{
    border: 2px solid #FFFFFF;
    background: none;
}
/*首页部分代码结束*/

/*--------分割线---------------------------------------------------------------------*/

/*产品中心页面代码开始*/
/*非首页banner*/
.banner img{
    width: 100%;
    height: auto;
}
/*产品主要部分*/
.product{
   margin-top: 3em;
   margin-bottom: 5em;
}
.product-main{
    margin: 0 10em;
    padding: 10px;
}
/*产品列表*/
.product-list-left{
    text-align: center;
    font-size: 16px;
}
.product-list-left li{
    background: rgba(250, 238, 180, 0.42);
    border-bottom: 1px solid #d8d8d8;
}
.product-list-left li:last-child{
    margin-bottom: 0;
}
.product-list-left .product-list-title1{
    padding: 22px 0;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 18px;
    background: url(../images/bgdf.png) no-repeat;
}
.product-list-title1 span{
    padding-left: 20px;
}
.product-list-left li a{
    display: block;
    padding: 15px 0;
    color: #000;
}
/*热点新闻*/
.product-list-news{
    margin-top: 40px;
}
.product-list-title{
    font-size: 18px;
    padding: 5px;
    border-left: 8px solid #cd0000;
    border-bottom: 3px solid #cd0000;
    font-weight: 600;
}
.newslogo{
    display: inline-block;
    background: url(../images/newslogo.png) no-repeat;
    width: 32px;
    height: 32px;
    vertical-align: middle;
    padding-right: 37px;
}
.product-list-news a{
    display: inline-block;
    color: #000;
    padding: 10px 0;
}
.readlogo{
    display: inline-block;
    background: url(../images/read.png) no-repeat;
    width: 24px;
    height: 24px;
    vertical-align: middle;
}
/*微信公众号*/
.weixin{
    margin-top: 40px;
    text-align: center;
}
.weixin .weixin-title{
    background: #cd0000;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    padding: 15px 0;
    text-align: center;
}
.weixin li{
    background: rgba(250, 238, 180, 0.42);
}
.weixin img{
    padding: 10px 0;
}
/*面包屑*/
.product-con-top{
    padding-top: 10px;
    border-bottom: 1px solid #888888;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
.product-con-left{
    float: left;
    font-size: 20px;
    font-weight: 600;
}
.glyphicon-tasks{
    color: #cd0000;
    font-size: 23px;
    vertical-align: middle;
}
.cake-nav{
    float: right;
    padding-top: 8px;
    color: #888;
}
.cake-nav a{
    color: #888;
}
/*产品图片*/
.product-con-img{
    border: 1px solid #000000;
}
.product-con-list{
    margin-top: 20px;
}
.product-con-img img{
    width: 100%;
    height: auto;
}
.product-con-title{
    padding: 10px 0;
    text-align: center;
}
.product-con-title a{
    color: #000;
}
/*产品中心页面代码结束*/

/*产品内容页开始*/
.rxtel img{
    width: 100%;
    height: auto;
}
.content-product{
    margin-top: 30px;
}
.content-title{
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}
.yin{
    display: inline-block;
    background: url(../images/yin.png) no-repeat;
    width: 25px;
    height: 20px;
}
.content-smalltext{
    border: 2px dashed #888888;
    padding: 10px 15px;
    background: rgba(255, 243, 180, 0.75);
    margin: 15px 0;
    font-size: 16px;
    line-height: 27px;
}
.content-img{
    width: 400px;
    height: auto;
    border: 1px solid #888888;
    margin: 20px auto;
}
.content-img img{
    width: 100%;
    height: auto;
}
.newstext{
    font-size: 16px;
    line-height: 27px;
}
.page{
    margin-top: 30px;
    border-top: 1px dashed #888888;
    padding: 20px 0;
    font-size: 16px;
}
.page p{
    padding-bottom: 10px;
}
.page p span{
    font-weight: 600;
}
.page a{
    color: #0d72ff;
    font-size: 16px;
}
.line-p{
    height: 2px;
    background: #000000;
    margin: 15px 0;
    position: relative;
}
.line-pd{
    width: 160px;
    height: 6px;
    background: #cd0000;
    position: absolute;
    top: -2px;
    left: 0;
}
/*产品内容页结束*/

/*新闻中心页面开始*/
.pro-tel {
    border: 4px solid #000;
    margin-top: 40px;
    text-align: center;
    padding-bottom: 5px;
}
.pro-tel {
    margin: 34px 0 20px 0;
    font-size: 18px;
}
.pro-tel span {
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #222;
    margin: -20px auto 0;
    width: 67%;
    background: #fff;
    line-height: 40px;
    overflow: hidden;
}
.pro-tel span img {
    float: left;
    padding-left: 12%;
}
.pro-tel p {
    color: #ff0400;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: -1.2px;
    margin: 0;
}
.bj p a{
    font-size: 16px;
    background: #cd0000;
    color: #FFFFFF;
    display: block;
    text-align: center;
    padding: 10px 0;
    font-weight: 600;
}
.oli-product{
    background: rgba(250, 238, 180, 0.42);
    padding: 0 20px;
    text-align: center;
    font-size: 16px;
}
.oli-product img{
    width: 100%;
    height: auto;
}
.news-con{
    font-size: 16px;
}
.news-con ul li{
    margin-top: 15px;
    border-bottom: 1px dashed #888888;
}
.news-con-title{
    padding-bottom: 10px;
}
.news-con-title a{
    color: #000;
    font-weight: 600;
}
.news-con-smalltext{
    color: #888888;
    padding-bottom: 5px;
}
.news-con-smalltext span a{
    padding-left: 15px;
}
.news-con-date{
    text-align: right;
    padding-bottom: 10px;
    color: #888;
}
.newstext-date{
    text-align: center;
    margin-bottom: 20px;
}
.newstext-date span{
    padding-right: 20px;
}
/*新闻中心页面结束*/

/*售后服务页面开始*/
.service{
    margin-top: 2em;
}
.service-title{
    text-align: center;
    font-size: 36px;
    font-weight: 600;
}
.service-title-n{
    margin-top: 20px;
    font-size: 16px;
    text-align: center;
}
.service-title-imgbg,.service-title-imgbg1{
    float: left;
    margin: 2em .8em;
    text-align: center;
    font-size: 16px;
    padding: 20px 40px;
}
.service-title-imgbg{
    background: #60b2f0;
    color: #FFFFFF;
}
.service-title-imgbg1{
    background: #60b2f0;
    color: #FFFFFF;
}
.service-j{
    float: left;
    margin: 4em 0;
}
.service-middle{
    margin: 3em 0;
}
.service-middle-img{
    background: #f2f2f2;
    box-shadow: 4px 7px 4px #ccc;
}
.service-middle-img img{
    width: 100%;
    height: auto;
}
.service-title-bl{
    width: 1200px;
    margin: 0 auto;
    display:block;
}
.shouqian{
    font-size: 16px;
    padding: 15px 10px;
    line-height:26px;
}
.shouqian h3{
    text-align: center;
    font-weight: 600;
    padding-bottom: 15px;
}
.service_bg img{
    width: 100%;
    height: auto;
}
.service-gj{
    margin-top: 5em;
}
.service-gj h3{
    text-align: center;
    font-size: 46px;
    font-weight: 600;
}
.service-gj-oul{
    margin-top: 3em;
    font-size: 16px;
}
.service-gj-oul li{
    padding: 15px;
    border: 1px dashed #888888;
}
.service-gj-title{
    font-weight: 600;
    padding-bottom: 5px;
}
/*售后服务页面结束*/

/*关于我们页面开始*/
.about-long{
    font-size: 16px;
}
.about-long h3,.about-service h3{
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    padding-bottom: 20px;
}
.about-long p,.about-service p{
    padding-bottom: 20px;
    line-height: 24px;
}
.about-mapimg img{
    width: 100%;
    height: auto;
}
.about-service{
    margin-top: 3em;
    font-size: 16px;
    padding: 2em 2em 0 2em;
}
.about-service-img{
    padding: 0 2em 2em 2em;
}
.about-service-img1{
    text-align: center;
}
.about-service-img1 h3{
    text-align: center;
    font-weight: 600;
    padding: 10px;
}
.about-service-img1 hr{
    width: 50px;
    margin: 0 auto;
    margin-top: 1em;
}
/*关于我们页面结束*/

/*联系我们页面开始*/
.content-title{
    padding-top: 20px;
}
.content-title h3{
    font-weight: 600;
    font-size: 36px;
}
.content-sj{
    text-align: center;
    font-size: 16px;
}
.content-tubiao{
    margin-top: 3em;
}
.content-con{
    background: #cd0000;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    padding: 30px;
    margin: 0 auto;
}
.content-con i{
    display: block;
    width: 88px;
    height: 88px;
}
.content-icon1{
    background: url(../images/address.png) no-repeat;
}
.content-icon2{
    background: url(../images/telphone.png) no-repeat;
}
.content-icon3{
    background: url(../images/prient.png) no-repeat;
}
.content-icon4{
    background: url(../images/email.png) no-repeat;
}
.content-text{
    text-align: center;
    font-size: 16px;
    padding-top: 20px;
}
.content-text h3{
    font-weight: 600;
    padding-bottom: 10px;
    color: #000;
}
/*联系我们页面结束*/


/*返回顶部*/
.cbbfixed {
    position: fixed;
    right: 10px;
    transition: bottom ease .3s;
    bottom: 10px;
    z-index: 3;
    cursor:pointer;
}
.cbbfixed .cbbtn {
    width: 40px;
    height: 40px;
    display: block;
    background-color: #cd0000;
}
.cbbfixed .gotop {
    transition: background-color ease .3s;
    margin-top: 1px;
}
.cbbfixed .gotop .up-icon{
    float:left;
    margin:14px 0 0 9px;
    width:23px;
    height:12px;
    background: url(../images/side-icon02.png);
}
.cbbfixed .gotop:hover {
    background-color:#2c2d2e;
}
.cbbfixed .cweixin {
    background: #dadbdd;
}
.cbbfixed .cweixin div {
    background: url(../images/weixin.png);
    width: 145px;
    height: 145px;
    position: absolute;
    left: -146px;
    top: -100px;
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    transform-origin: 100% 70%;
    -webkit-transform-origin: 100% 70%;
    transition: transform ease .3s,opacity ease .3s;
    -webkit-transition: all ease .3s;
    display:none\0;*display:none;
}
.cbbfixed .cweixin:hover div {
    display: block;
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
    *display:block;
}
.cbbfixed .cweixin .weixin-icon{
    float: left;
    margin:12px 0 0 11px;
    width:18px;
    height: 18px;
    background: url(../images/side-icon01.png);
}



/*分页列表样式css*/
.page-next{
    margin-top: 30px;
    text-align: center;
    margin-bottom: 30px;
    line-height: 37px;
}
.page-next a,.page-next b{
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #ddd;
    color: #000000;
    padding: 5px 15px;
}
.page-next b{
    color: #ffffff;
    background-color: #c9c9c9;
}
.page-next a:hover,.page-next a:active{
    color: #ffffff;
    background-color: #c9c9c9;
}
.page-next a b{
    font-size: 14px;
    border: none;
    color: #000;
    background-color: transparent;
}




/*footer*/
.footer-top{
    background: #000000;
    padding: 30px 0;
    color: #FFFFFF;
}
.footer-b{
    text-align: center;
}
.footer-b span{
   padding: 0 5px;
}
.footer-w{
    padding-top: 10px;
}
.footer-w a{
    color: #FFFFFF;
    padding: 0 5px;
}
.footer-w a:hover{
    color: #cd0000;
}
.footer-bottom{
    background: #343434;
    color: #FFFFFF;
    padding: 20px 0;
    font-size: 14px;
}
.friends a{
    color: #FFFFFF;
    padding: 0 5px;
}
.friends a:hover{
    color: #cd0000;
}

/*响应式底部导航*/
.foot-fix{
    position: fixed;
    left: 0;
    bottom: 0;
    display: none;
    width: 100%;
    text-align: center;
    background-color: #00BFBF;
}
.foot-fix-oul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.foot-fix-oul li{
    float: left;
    margin: 0;
    padding: 3px 0;
    width: 25%;
    height: 100%;
    box-sizing: content-box;
}
.foot-fix-oul li a{
    color: #fff;
    font-size: 20px;
}
.prolist {
    margin-top: 50px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
}
.prolist .wp-dq{
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}
.prolist .wp-dq span{
    display: inline-block;
    font-size: 22px;
    padding: 10px 35px;
    border: #95969e 2px solid;
}
.prolist .wp-dq span::before,.prolist .wp-dq span::after{
    content: '';
    display: block;
    width: 43%;
    height: 2px;
    background: #cbcaca;
    position: absolute;
    top: 23px;
}
.prolist .wp-dq span::before{
    left: 0;
}
.prolist .wp-dq span::after{
    right: 0;
}
.prolist ul, .prolist1_bg ul {
    margin-bottom: 10px;
    margin-top: 10px;
    overflow: hidden;
}
.prolist li, .prolist1_bg li {
    border: 1px dashed #999;
    background: #fff;
    float: left;
    padding: 10px 20px;
    overflow: hidden;
    margin: 0 5px 13px 0;
}
.prolist li a, .prolist1_bg li a{
    color: #333;
}

/*表单样式*/
.bt{
    margin: 50px 0;
}
.bt .bt-title h2{
    font-size: 28px;
    color: #000;
    font-weight: bold;
}
.bt .bt-title p{
    padding-top: 10px;
}
.bt-table{
    padding-top: 30px;
}
.user-txt{
    width: 50%;
    float: left;
}
.tb-list{
    margin-bottom: 20px;
}
.user-txt label,.tb-list .tb-sb,.tb-list .tb-sbt{
    font-size: 18px;
    color: #7c7b7b;
    letter-spacing: 1px;
}
.user-txt .input,.user-txt .select{
    font-size: 16px;
    padding: 6px;
    border: 1px solid #ddd;
    width: 70%;
    height: 34px;
    border-radius: 4px;
    -webkit-appearance: none;
    box-shadow: 0 1px 1px rgba(0,0,0,.075) inset;
    transition: all 1s cubic-bezier(0.175,0.885,0.32,1) 0s;
}
.tb-list .tb-sb,.tb-list .tb-sbt{
    display: inline;
}
.tb-list .tb-sbt{
    margin-right: 10px;
}
.tb-list .sb-l{
    float: left;
}
.tb-sbt textarea{
    border-radius: 2px;
}
.tb-list .tb-tj button{
    width: 200px;
    padding: 10px 0;
    border-color: #f4502d;
    background-color: #f4502d;
    color: #fff;
    border: none;
}

/*响应式部分*/
@media (max-width: 1670px){
    .index-lpf-c{
         margin: 0;
    }
}
@media (max-width: 1396px) {
    .service-title-bl{
        width: 100%;
    }
   .index-lpfimg{
        display:none;
  }
  .shutter{
     height:450px;
  }

}
@media (max-width: 1200px) {
    .navbar-default .navbar-nav > li > a{
        padding: 20px 18px;
    }
   .shutter{
     height:400px;
  }

}
@media (max-width: 1199px) {
    .index-product-more a{
        padding: 3% 0;
    }
}
@media (max-width: 1085px){
    .index-lpf-c{
         margin: 0;
    }
}
@media (max-width: 992px) {
    .navbar-default .navbar-nav > li > a{
        font-size: 16px;
        padding: 20px 10px;
    }
    .index-p2{
        border-right: none;
        border-left: none;
        border-top: 2px solid #ffffff;
        border-bottom: 2px solid #ffffff;
    }
    .index-lpf-right{
        margin-top: 30px;
    }
    .index-lpf-c{
        margin: 0;
    }
    .index-news-container {
         margin: 0;
    }
    .service-title-bl{
        width: 100%;
    }
    .shutter{
        height:300px;
    }
}
@media (max-width: 768px) {
    .navbar-header{
        padding: 0 45%;
    }
    .navbar-default .navbar-nav > li > a{
        text-align: center;
        font-size: 16px;
    }
    .shutter{
        display: none;
    }
    .index-pr img{
        display: none;
    }
    .index-pr h3{
        padding-bottom: 0;
    }
    .index-pr h3 a{
        font-size: 18px;
    }
    .index-product-left{
        padding-right: 15px;
    }
    .index-product-right{
        padding-left: 15px;
    }
    .index-product-img1{
        padding-right: 0;
        margin-bottom: 10px;
    }
    .index-ys-title h2{
        font-size: 28px;
    }
    .product-main{
        margin:0;
        padding: 0;
    }
    footer{
        margin-bottom: 40px;
    }
    .foot-fix{
        display: block;
        z-index: 5;
    }
    .foot-fix-oul li a{
       font-size: 14px;
    }
    .service-title,.service-gj h3{
        font-size: 20px;
    }
    .service-middle-img{
        margin-top: 20px;
    }
    embed{
        height: 208px;
    }
    .index-lpf-case-txt h3{
        font-size: 18px;
        font-weight: 600;
        margin-top: 15px;
    }
    .index-lpfimg-float{
        padding-right: 5px;
        margin: 1px;
        font-size:14px;
    }
    .index-lpf-c{
        margin: 0;
        padding: 0;
    }
    .index-lpf-case-txt p {
        margin: 10px 0;
    }
    .index-lpf-sm{
       padding: 0 15px;
    }
    .index-news-container{
        margin: 0;
    }
    .index-product-more a{
        padding: 5% 0;
    }
    .index-lpf-right{
        padding-left: 0;
    }
    .icon-left{
        margin-left: 15px;
    }
    .index-lpf-right{
      margin-top: 30px;
    }
    .service-title-bl{
        width: 100%;
    }
    .index-service{
        padding: 2em 0;
    }
    .index-news-left{
        font-size: 14px;
    }
    .newstext img{
        width:100%;
        height:auto;
     }
     .page-next a, .page-next b{
            padding: 0px 7px;
     }
     .service-title-bl{
         display:none;
     }
    .index-long-title h3{
        font-size:28px;
     }
     .index-sev-about p{
        font-size:14px;
     }
     .index-lpfimg-float img{
        width:100px;
        height:50px;
    }
    .about-long h3, .about-service h3,.content-title h3{
       font-size:20px;
    }
    .about-service{
       padding:0;
    }
}
@media (max-width: 736px) {
    .top-right{
        display: none;
    }
    .service-middle-img{
        margin-top: 20px;
    }
}
@media (max-width: 490px) {
    .index-news-right,.index-news-smalltext{
        display: none;
    }
    .product-con-top{
        padding-top: 40px;
    }
    .cake-nav{
        display: none;
    }
    .weixin,.product-list-news{
        display: none;
    }
}
@media (max-width: 447px) {
    .content-img{
        width: 300px;
        height: auto;
    }
}
@media (max-width: 346px) {
    .content-img{
        width: 200px;
        height: auto;
    }
}
.bh{
    display: none;
    position: fixed;
    bottom: 10%;
    right: 6px;
}
@media screen and (max-width:750px){
    .bh{
        display: block;
    }
}